Skip to content

Exercise 18 possible bug. The answer shown returns an object to apply…#129

Open
richTheCreator wants to merge 1 commit intoReactiveX:gh-pagesfrom
richTheCreator:feature
Open

Exercise 18 possible bug. The answer shown returns an object to apply…#129
richTheCreator wants to merge 1 commit intoReactiveX:gh-pagesfrom
richTheCreator:feature

Conversation

@richTheCreator
Copy link

… .map() to, which will not execute. I placed the two return statements for acc and curr inside an array. So it now is : return [acc] , return [curr]. Which map will then iterate on. Tried using the RxJS and underscore library with your current code, but neither would execute .map on an object.

… .map() to, which will not execute. I placed the two return statements for acc and curr inside an array. So it now is : return [acc] , return [curr]. Which map will then iterate on. Tried using the RxJS and underscore library with your current code, but neither would execute .map on an object.
@richTheCreator
Copy link
Author

Exercise 18 possible syntax error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant